-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes for npm audit #4
Conversation
we do not use it, so this does not matter if it doesn't work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One bonus comment.
package.json
Outdated
"url": "https://github.com/LearnBoost/socket.io-client.git" | ||
}, | ||
"dependencies": { | ||
"active-x-obfuscator": "0.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bonus: It looks like this is a dev-dependency as well (there is only one reference in the builder script). WDYT about moving it over to the other category?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah.. good one. I've moved that as well. I've reordered the last 2 commits so the release commit is the final one to avoid confusion.
4c406c6
to
1737761
Compare
For reference, it turns out that socket.io builds the file served to the client at runtime, so this ends up crashing. Discussed with Jakob and decided to move the static file serving into real-time. |
This PR makes some minor changes to our fork of the socket.io-client library
npm audit --omit dev
).Final result
Previous